Welcome![Sign In][Sign Up]
Location:
Search - windows program

Search list

[Windows CEMicrosoft Windows CE 程序设计

Description: 《Microsoft Windows CE 程序设计》书上的源代码-"Microsoft Windows CE program design" book on the source code
Platform: | Size: 1723392 | Author: 林夕书 | Hits:

[Windows Develop用 C 语言编写 Windows 服务程序的五个步骤

Description: Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn how to develop it, C is the best choice. This article will give you an example about how to develop a basic service program which can query the physical memory and write the results to a text file. You can develop your own service program after this pratice.
Platform: | Size: 30720 | Author: | Hits:

[BooksWINDOWS程序设计实验指导书

Description: WINDOWS程序设计实验指导书,学校开的课 觉得可以参考有用就下吧。doc格式-WINDOWS experimental program design guidance, the school feel of the course can be a useful reference on the basis of it. Doc format
Platform: | Size: 175104 | Author: 许先生 | Hits:

[Com PortWindows下串口通信C++源代码,纯C++代码

Description: 一个用c++编的串口通讯程序,经测试运行正常-with a series of the serial communication program, tested normal operation
Platform: | Size: 246784 | Author: | Hits:

[GDI-BitmapWindows DIB Programming

Description: Windows DIB程序设计示例,一步一步掌握图像编程的方法-Windows DIB program design examples, step-by-step master image programming method
Platform: | Size: 1356800 | Author: 侯煦 | Hits:

[Video CaptureopenCV program

Description: 这是一个OPENCV和MFC相结合的演示程序,主要是完成了在几个窗口同时读入,显示几个不同的视频流- This is the demonstration program which OPENCV and MFC unifies, mainly was completes has also read in several windows, demonstrated several different video frequencies flowed
Platform: | Size: 3749888 | Author: 杨晖 | Hits:

[Windows DevelopDelphi-Win

Description: 其中包含了 《Windows程序设计》PASCAL例子 《Windows高级编程指南》PASCAL例子 《Windows核心编程》PASCAL例子 ShellExecuteHook 示例 按键转汉字,模拟输入法程序 初步实现屏幕落雪效果 简单的文件分割合并工具 简单模拟所谓‘光标跟随’效果 利用Hook插入线程的改进版本 利用窗口过程钩子截获QQ账号 利用鼠标键盘钩子截获QQ账号 利用消息钩子屏蔽定时器 列举窗口及其路径简单例子 判断用户目前是否在操作电脑 区分大小写的按键记录器2个 使用系统提供的进度条控件 预览式文件选择对话框 只需一个DLL的三级跳-include "Windows Program Design" PASCAL example "Windows Advanced Programming Guide" PASCAL example "Windows core programming" PASCAL example ShellExecuteHook examples keys to Chinese characters, analog input procedures initially screen snow effect of a simple document segmentation merger simple simulation tools so-called 'cursor follow the 'Hook effect of the use of threaded insert the use of improved versions of the process window hook intercepted QQ account using a mouse and keyboard hook intercepted QQ account using timer news hook shielding window and cited examples of simple path judge whether the user to operate a computer case-sensitive keys recorders use two- Commission for the progress of the control document preview dialog only a DLL in the
Platform: | Size: 3917824 | Author: 叶子 | Hits:

[Windows Developbook_code2

Description: 《windows程序设计》(人民邮电出版社)一书的源代码,由于文件太大,分三次压缩,不知此前有没同志上传过 -"windows Program Design" (People's Post and Telecommunication Press), a book of the source code, as much documents, three doses compression, a previously unknown comrades did not upload too
Platform: | Size: 3813376 | Author: 乐乐 | Hits:

[Windows Developbook_code3

Description: 《windows程序设计》(人民邮电出版社)一书的源代码,由于文件太大,分三次压缩,不知此前有没同志上传过 -"windows Program Design" (People's Post and Telecommunication Press), a book of the source code, as much documents, three doses compression, a previously unknown comrades did not upload too
Platform: | Size: 3531776 | Author: 乐乐 | Hits:

[BooksWindowsAPIAllIncluded

Description: 这是一份windows编程所用的电子书籍,本书提供的大多数API函数,便于查询。-this is a windows program used by the e-books, this book provides the majority of API function, to facilitate inquiries.
Platform: | Size: 7176192 | Author: 刘传凯 | Hits:

[Embeded-SCM Developwindows-gui-calculator

Description: 一个带有图形界面的计算器程序,用汇编写的,用了windows.inc-a graphical interface with the calculator program, the compilation was made with the windows.inc
Platform: | Size: 19456 | Author: 源斌 | Hits:

[Windows DevelopMFC-windows

Description: 这是一个Windows程序设计的作业题目 通过MFC完成窗口的实现和其中一些对话框的实现。-This is a Windows program designed by MFC operations subject to the completion of the window and realize which one some dialog achieved.
Platform: | Size: 41984 | Author: 李媛媛 | Hits:

[VC/MFCDebugging_Windows_Programs

Description: Debugging Windows Programs(中文版) 中译:Windows程序调试, vc专业人员必备书籍,强力推荐-Debugging Windows Programs (Chinese version) translation : Windows program debugging, vc professionals essential books, strongly recommended
Platform: | Size: 11839488 | Author: 陈志贤 | Hits:

[Program docWDM-driver-program

Description: WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1. WDM briefed constantly introduce new Microsoft operating system, now Windows 98 and Windows 2000 has become mainstream. originally used to achieve the VxD driver technology with the Windows 95 are slowly fade out to be from the historical stage, in Windows 98 and Windows Device Drivers under Windows Flooding dynamic process model (WDM) to the design. WDM by providing a flexible way to simplify driver development, the realization of new hardware support on the basis of the reduction and cut the need to develop drivers for the number and complexity.
Platform: | Size: 16384 | Author: 中国 | Hits:

[VC/MFCProgramming.Windows.CHS.[VeryCD.com]

Description: for window api and windows program develepment profect!-for window api and windows program develep ment profect!
Platform: | Size: 3076096 | Author: | Hits:

[OtherProgram_Windows_C

Description: 最好的C# windows程序设计教材,可惜是英文版的.-the best C# windows program design materials, it is a pity that the English version.
Platform: | Size: 8417280 | Author: lzw | Hits:

[VC/MFCwindow(C)Program

Description: < windows c 程序设计入门与提高>>电子图书,对windows sdk底层编程有所帮助-<Windows c programming entry and improve>> E-books, on the ground floor windows sdk programming help
Platform: | Size: 6044672 | Author: 饶春 | Hits:

[OtherWindows-API

Description: Visual Basic (VB)作为一种高效编程环境,它封装了部分Windows API函数,但也牺牲了一些API的功能。...Windows API即应用程序接口——Windows系统提供给用户进行系统编程和外设控制的强大的函数库,可以实现所有Windows下可以实现的功能。-Visual Basic (VB), as an efficient programming environment, Packaging, a part of its Windows API function, but also the expense of some API functions. ... Windows API or Application Program Interface-- Windows system available to system users Programming and peripheral control of powerful functions that can be achieved under all Windows functions can be achieved.
Platform: | Size: 677888 | Author: 徐徐 | Hits:

[Windows Developwindowsprogramwangyanping

Description: Windows 程序设计 王艳萍 光盘源码-Windows program design Ping CD FOSS
Platform: | Size: 8028160 | Author: Rick | Hits:

[source in ebookMFCWindows-program-design(2)

Description: MFC windows程序设计的源码,非常好用。-MFC windows programming source code, a very handy.
Platform: | Size: 5070848 | Author: 王豫东 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net